-- card: 4851 from stack: in.3r -- bmap block id: 41640 -- flags: 4000 -- background id: 3091 -- name: Index ----- HyperTalk script ----- on opencard hide menubar put the size of this stack into card field "StackSize" put the freesize of this stack into card field "Wasted" pass opencard end opencard -- part 71 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=59 top=270 right=341 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: Index Buttons -- part 1 (button) -- low flags: 00 -- high flags: A004 -- rect: left=128 top=288 right=337 bottom=186 -- title width / last selected line: 0 -- icon id / first selected line: 2 / 2 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: XCMDS... ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup controlButton "XCMDs" end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: A004 -- rect: left=65 top=288 right=337 bottom=123 -- title width / last selected line: 0 -- icon id / first selected line: 2 / 2 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: XFCNs... ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup controlButton "XFCNs" end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: A004 -- rect: left=191 top=288 right=337 bottom=249 -- title width / last selected line: 0 -- icon id / first selected line: 29007 / 29007 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Functions... ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup controlButton "Functions" end mouseUp -- part 19 (button) -- low flags: 00 -- high flags: A004 -- rect: left=255 top=288 right=337 bottom=313 -- title width / last selected line: 0 -- icon id / first selected line: 1060 / 1060 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Scripts... ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup controlButton "Scripts" end mouseUp -- part 27 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=421 top=170 right=187 bottom=500 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Issue -- part 28 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=421 top=153 right=170 bottom=500 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Date -- part 31 (button) -- low flags: 00 -- high flags: A004 -- rect: left=332 top=79 right=104 bottom=407 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Link... ----- HyperTalk script ----- on mouseUp -- --Original script by Steve Drazga, AnalytX Incorpoated --XFCNs used: fileName --XCMDs used: none --HANDLERS used: none --FUNCTIONS used: none -- if the optionkey is down then pass mouseup put "You can link another stack to the Developer Stack" answer "This will install a button in another stack." with "Cancel" or "OK" if it is "Cancel" then play oops hide message window exit mouseup end if put "Please select the destination stack" put filename("STAK") into thefile if thefile is empty then play oops hide message window exit mouseup end if set cursor to 4 put "Thank you. Please wait..." choose button tool put the long name of this stack into gohere delete word 1 of gohere put "go to " before gohere put "on mouseup" into first line of buttonscript put "visual barn door close to black" into second line of buttonscript put "visual barn door open to gray" into third line of buttonscript put "visual barn door close" into fourth line of buttonscript put "push this card" into fifth line of buttonscript put gohere into sixth line of buttonscript put "end mouseup" into seventh line of buttonscript set visible of background button "Developer Stack" to true click at loc of background button "Developer Stack" domenu copy button set visible of background button "Developer Stack" to false choose browse tool set cursor to 4 push card set lockmessages to true go to thefile set cursor to 3 put "Just click where you want the button placed." repeat while the mouseclick is false end repeat set cursor to 0 put "Thank you. Please wait..." put the Mouseloc into PutItHere domenu paste button set loc of button "Developer Stack" to PutItHere set the script of button "Developer Stack" to buttonscript choose browse tool pop card set lockmessages to false hide message window end mouseUp -- part 34 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=314 top=134 right=151 bottom=422 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: size2 ----- HyperTalk script ----- on mouseup if the optionkey is down then pass mouseup if the freesize of this stack is 0 then exit mouseup put the userlevel into temp set userlevel to 5 domenu "compact stack" set userlevel to temp put the size of this stack into card field "StackSize" put the freesize of this stack into card field "Wasted" end mouseup -- part 35 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=421 top=134 right=151 bottom=500 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Wasted -- part 36 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=421 top=117 right=134 bottom=500 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: StackSize -- part 37 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=314 top=117 right=134 bottom=422 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: size1 ----- HyperTalk script ----- on mouseup if the optionkey is down then pass mouseup put the size of this stack into card field "StackSize" put the freesize of this stack into card field "Wasted" end mouseup -- part 41 (button) -- low flags: 00 -- high flags: A004 -- rect: left=319 top=288 right=337 bottom=377 -- title width / last selected line: 0 -- icon id / first selected line: 27056 / 27056 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Buttons... ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup controlButton "Buttons" end mouseUp -- part 44 (button) -- low flags: 00 -- high flags: A004 -- rect: left=382 top=288 right=337 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 22999 / 22999 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Quick Ref... ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup controlButton "Quick Ref" end mouseUp -- part 45 (button) -- low flags: 00 -- high flags: A004 -- rect: left=445 top=288 right=337 bottom=503 -- title width / last selected line: 0 -- icon id / first selected line: 11645 / 11645 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Full Index... ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup controlbutton index end mouseUp -- part 47 (button) -- low flags: 80 -- high flags: A002 -- rect: left=449 top=314 right=335 bottom=507 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Sort Index ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup end if set cursor to 4 put sortitems(card field index,true) into card field index end mouseUp -- part 53 (field) -- low flags: 80 -- high flags: 2007 -- rect: left=57 top=113 right=260 bottom=310 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 14 -- part name: Power Tips ----- HyperTalk script ----- on mousewithin -- -- --hypertext technique by Steve Drazga, AnalytX Incorporated --if you use this in your scripts please include these 2 lines. -- -- global selectedWord if the locktext of the target is true then --unlock the field if set locktext of target to false --it is locked. end if if selection is not empty then --something was selected put selection into SelectedWord if space is in SelectedWord then --the user selected more than 1 word click at loc of target --so we will clear the selection exit mousewithin --and exit to wait for another selection end if -- --this is the section where you do something with the selection -- if SelectedWord is "asterisk" then play boing answer "Yes, this IS an example!" click at loc of target else if SelectedWord is "bill" then show button "bill" else if selectedWord is "Drazga" then visual iris open to gray visual iris close to black visual iris open to gray visual iris close go background information else play "oops" answer "Do you see any asterisk there?!!!" click at loc of target end if end if end if -- -- -- end if end mousewithin -- part 55 (button) -- low flags: 80 -- high flags: 2000 -- rect: left=257 top=205 right=239 bottom=294 -- title width / last selected line: 0 -- icon id / first selected line: 2002 / 2002 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: bill ----- HyperTalk script ----- on mouseUp play boing answer "Hey! Don't click on his head!!" hide the target end mouseUp -- part 22 (field) -- low flags: 81 -- high flags: 0007 -- rect: left=15 top=206 right=315 bottom=119 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: XFCNs -- part 7 (field) -- low flags: 80 -- high flags: 0007 -- rect: left=79 top=206 right=315 bottom=184 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: XCMDs -- part 23 (field) -- low flags: 81 -- high flags: 0007 -- rect: left=144 top=206 right=315 bottom=249 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Functions -- part 48 (field) -- low flags: 81 -- high flags: 0007 -- rect: left=209 top=206 right=315 bottom=314 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Scripts -- part 49 (field) -- low flags: 81 -- high flags: 0007 -- rect: left=273 top=206 right=315 bottom=378 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Buttons -- part 50 (field) -- low flags: 81 -- high flags: 0007 -- rect: left=338 top=206 right=315 bottom=443 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Quick Ref -- part 51 (field) -- low flags: 81 -- high flags: 0007 -- rect: left=402 top=206 right=315 bottom=507 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Authors... -- part 65 (field) -- low flags: 80 -- high flags: 0007 -- rect: left=285 top=72 right=315 bottom=450 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: index ----- HyperTalk script ----- on mousedown set locktext of target to false click at the clickloc click at the clickloc put selection into selectedWord set locktext of target to true if selectedWord is not empty then visual dissolve to inverse visual dissolve go card selection end if end mousedown -- part 68 (button) -- low flags: 00 -- high flags: A004 -- rect: left=244 top=79 right=104 bottom=319 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Tips... ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup set cursor to 4 set scroll of card field "power tips" to 0 set visible of card field "copyright" to false set visible of card field "new" to false set visible of card field "power tips" to not visible of card field "power tips" end mouseUp -- part 69 (button) -- low flags: 00 -- high flags: A004 -- rect: left=67 top=79 right=104 bottom=142 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Help!!!... ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup set cursor to 4 visual dissolve to gray visual dissolve go to card "help card" end mouseUp -- part 56 (field) -- low flags: 01 -- high flags: 2007 -- rect: left=57 top=113 right=260 bottom=310 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 14 -- part name: copyright ----- HyperTalk script ----- on mousedown set visible of me to false end mousedown -- part 70 (button) -- low flags: 00 -- high flags: A004 -- rect: left=156 top=79 right=104 bottom=231 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: © Info... ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup set cursor to 4 set scroll of card field "copyright" to 0 set visible of card field "new" to false set visible of card field "power tips" to false set visible of card field "copyright" to not visible of card field "copyright" end mouseUp -- part 72 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=314 top=153 right=170 bottom=422 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: size2 -- part 73 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=314 top=170 right=187 bottom=422 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: size2 -- part 75 (field) -- low flags: 81 -- high flags: 2007 -- rect: left=57 top=113 right=260 bottom=310 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 14 -- part name: new ----- HyperTalk script ----- on mousedown hide me end mousedown -- part 78 (button) -- low flags: 00 -- high flags: A004 -- rect: left=421 top=79 right=104 bottom=496 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Ads... ----- HyperTalk script ----- on mouseUp answer "The next issue of the Developer Stack will include special "& "offers from publishers of HyperCard related materials. For more "& "information, call AnalytX at 215-750-0792." end mouseUp -- part 81 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=3 top=88 right=131 bottom=50 -- title width / last selected line: 0 -- icon id / first selected line: 14767 / 14767 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: About... ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup set cursor to 4 visual iris open to gray visual iris close to black visual iris open to gray visual iris close go background information end mouseUp -- part 82 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=3 top=129 right=172 bottom=50 -- title width / last selected line: 0 -- icon id / first selected line: 29114 / 29114 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Back ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup set cursor to 4 visual barn door close to black visual barn door open pop card end mouseUp -- part 83 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=3 top=170 right=213 bottom=50 -- title width / last selected line: 0 -- icon id / first selected line: 1011 / 1011 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup set cursor to 4 visual dissolve to black visual dissolve go first card of home end mouseUp -- part 84 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=3 top=211 right=254 bottom=50 -- title width / last selected line: 0 -- icon id / first selected line: 1000 / 1000 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Open Stack ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup domenu "open stack..." end mouseUp -- part 80 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=3 top=252 right=295 bottom=50 -- title width / last selected line: 0 -- icon id / first selected line: 17343 / 17343 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Launch Application ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup visual venetian blinds to gray visual venetian blinds to black visual venetian blinds to gray visual venetian blinds go to background "Mini Hyperstation" end mouseUp -- part 79 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=3 top=293 right=336 bottom=50 -- title width / last selected line: 0 -- icon id / first selected line: 21786 / 21786 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Menus Off ----- HyperTalk script ----- on mouseUp if the optionkey is down then pass mouseup if menubar("©1988SDrazga") then hide menubar else show menubar end mouseUp -- part 85 (button) -- low flags: 00 -- high flags: A004 -- rect: left=316 top=210 right=235 bottom=498 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: What's new in this issue? ----- HyperTalk script ----- on mouseup if the optionkey is down then pass mouseup set cursor to 4 set scroll of card field "new" to 0 set visible of card field "copyright" to false set visible of card field "power tips" to false set visible of card field "new" to not visible of card field "new" end mouseup -- part contents for card part 27 ----- text ----- 1.3 -- part contents for card part 28 ----- text ----- 11/05/88 -- part contents for card part 34 ----- text ----- Wasted Space: -- part contents for card part 37 ----- text ----- Stack Size: -- part contents for card part 36 ----- text ----- 676980 -- part contents for card part 35 ----- text ----- 9664 -- part contents for card part 53 ----- text ----- •••POWER USER TIPS••• ««Section Jumping»» To go to the beginning of a specific section (XFCNs, Scripts, etc.) hold down the command key when clicking on the index button. ««HyperText Linking»» When you see an item in a field followed by an asterisk*, double clicking on that word will either give you more information, or take you to a linked card. (We're up to HyperCard 1.21 and still waiting for those 'sticky buttons', Bill*.) ««Script Peeking»» To look at the script of any button or card, anywhere in the stack, just hold down the option key when you click on it. To look at the script of a background hold down the shift and option keys when you click in it. ««Linking to Stack-in-Progress»» The easiest way to access this stack when you are developing an new stack is to use the 'Link this stack' button and install a link to Developer Stack in your work-in-progress stack. When you are fininshed with your stack, you can delete the 'Developer Stack' button. ««Miscellany»» Clicking on the words 'Stack Size' will give you the current size of the stack, not including the resources. Clicking on the word 'Wasted' will compact the stack. -Steve Drazga* -AnalytX Incorporated -- part contents for card part 56 ----- text ----- This stack is ©1987,88 Steve Drazga & AnalytX. The individual XCMDs and scripts are copyrighted by the original authors as stated their description. This issue of Developer Stack may be freely distributed by individuals in its original form with all original messages. DO NOT DISTRIBUTE MODIFIED COPIES! User groups may distribute it for regular disk fees. Other organizations desiring to charge for the distribution of Developer Stack should contact AnalytX. Developer Stack is intended for educational & training purposes only and no warranty is made as to the suitablity of anything included in this stack for any specific purpose. For support on any individual contributions, please contact the creator directly. -- part contents for card part 71 ----- text ----- Index Buttons -- part contents for card part 72 ----- text ----- Issue Date: -- part contents for card part 73 ----- text ----- Issue Number: -- part contents for card part 75 ----- text ----- ««What's new?»» First and most obvious is the rearrangement of the control card (where you are now) and other cosmetic changes (improvements?). The next issue (coming out in late January or Early February 1989) will have major structural changes (are you ready for 'Developer Stack...The Next Generation', or 'Developer Stack II...The Wrath of Bill'?). These changes will make it much easier to expand, access, categorize, and cross reference all the items in the stack. One neat addition to this issue is the auto scroll buttons. Clicking and holding the mouse down on one of the right or left navigational buttons will keep scrolling you through the stack. The index buttons have been redesigned to provide faster access to the index lists. The doList XCMD was too slow in displaying the lists, so I converted to the DialogList XFCN (about 3 times as fast). The lists are now kept sorted alphabetically. Rather than sorting the lists each time before displaying them, they now are only sorted after a new item is added to the list (when you add a new card). »»»Remember««« You can get the next issue absolutely free by sending in a contribution to the stack (however humble it may be) along with a self-addressed stamped envelope. ••New XCMDs•• CombineFile TitleBar Import Ejector DragOn Alert ClipToPICTRes DrawPict Progress ••New XFCNs•• LastOffset StripNum FormatNumPadded PathItems LastPathItem FileExists FormatNum SumInt FormatPhoneNum DispPict 1.4 ChangeCase AboutMe ZipCheck ••Script Function•• ChangedObjectLayer InsertInList LineNumber ConvertDate CheckString ••Special Scripts•• ScrollingFields ••Buttons•• AutoScroll Slider ••QuickRef Section•• Updated to include new commands & properties for version 1.21. -- part contents for card part 65 ----- text ----- AboutMe,Alert,ArrowKeys,ART HyperText Trick,AutoScroll,BarButton,ChangeCase,ChangeFileType,ChangeMenu,ChangeObjectLayer,CheckMenu,CheckString,ClipToPICTRes,Color,CombineFile,Commands,CommInit,CommRead,CommWrite,CompactStacks,Constants,Control Structures,convertDate,CopyFile,CStoHCdateconversion,daysBetweenDates,DeleteFile,DeleteFile2,DeleteMenu,DeProtect,DispPict,Dogear,DoList,doRestart,DragOn,DrawPict,Ejector,EnableMenu,FileAtRoot,FileCreator,FileExists,FileLength,FileModDate,FileName,Files,FileType,FileVisFlag,FontName,FontSizesize,FormatNum,FormatNumPadded,FormatPhoneNum,Functions,GetDANames,GetFullPath,GetVolume,HPopUpMenu,HyperSND,Import,ImportPict,initialCaps,InitMidi,InKey,InsertInList,Interpolate,isRunning,LastOffset,LastPathComponent,LastPathItem,LineNumber,lower,massCompact,MenuBar,MergeStacks,More Dog Ears,MoveFile,MultiFinder,MungeMCTB,NewFileName,NewMenu,noButtonDelete,noFieldDelete,NumberofChars,NumberOfDAs,osErr,OSErr,PathItems,PinPointer,PopUp,PopUpMenu,PowerCreate,PowerToggle,PrintClip,Progress,Properties,ReadCat,RenameFile,ResCopy,ResetMIDI,ResetPrinter,Resources,ReturnkeyInField,rnd,RxMIDI,ScreenSize,Scroll Text Button 1,ScrollingFields,Self Naming Button,sendSerial,SetFile,SetVolume,ShowMenu,ShowScripts,ShutDown,Slider,sortItems,SortReals,SortRealsII,SoundCapToRes,Speak,StdFile,Strip,StripNum,Stripper,subLaunch,SumInt,System Messages,Tabs2Spaces,Talk,Text Import,thePixel,TitleBar,TxMIDI ,upper,VolumeName,ZipCheck, -- part contents for card part 7 ----- text ----- Alert,BarButton,ChangeMenu,CheckMenu,ClipToPICTRes,Color,CombineFile,CommInit,CommWrite,DeleteFile2,DeProtect,DispPict,DoList,doRestart,DragOn,DrawPict,Ejector,EnableMenu,GetDANames,HyperSND,Import,ImportPict,InitMidi,MungeMCTB,OSErr,PrintClip,Progress,ResCopy,ResetMIDI,ResetPrinter,sendSerial,SetVolume,ShowMenu,ShutDown,SoundCapToRes,Speak,StdFile,Stripper,Tabs2Spaces,Talk,TitleBar,TxMIDI , -- part contents for card part 22 ----- text ----- AboutMe,ChangeCase,ChangeFileType,CommRead,CopyFile,CStoHCdateconversion,DeleteFile,DeleteMenu,FileCreator,FileExists,FileLength,FileModDate,FileName,Files,FileType,FileVisFlag,FontName,FontSizesize,FormatNum,FormatNumPadded,FormatPhoneNum,GetVolume,HPopUpMenu,initialCaps,InKey,Interpolate,isRunning,LastOffset,LastPathItem,lower,MenuBar,MoveFile,MultiFinder,NewFileName,NewMenu,NumberOfDAs,PathItems,PopUp,PopUpMenu,ReadCat,RenameFile,Resources,RxMIDI,ScreenSize,SetFile,sortItems,SortReals,SortRealsII,Strip,StripNum,subLaunch,SumInt,thePixel,upper,ZipCheck, -- part contents for card part 23 ----- text ----- CheckString,convertDate,daysBetweenDates,FileAtRoot,GetFullPath,InsertInList,LastPathComponent,LineNumber,noButtonDelete,noFieldDelete,NumberofChars,osErr,PowerCreate,PowerToggle,rnd,VolumeName -- part contents for card part 48 ----- text ----- ArrowKeys,ART HyperText Trick,ChangeObjectLayer,ReturnkeyInField,Scroll Text Button 1,ScrollingFields,ShowScripts -- part contents for card part 49 ----- text ----- AutoScroll,CompactStacks,Dogear,massCompact,MergeStacks,More Dog Ears,PinPointer,Self Naming Button,Slider,Text Import, -- part contents for card part 50 ----- text ----- Commands,Constants,Control Structures,Functions,Properties,System Messages